-
Notifications
You must be signed in to change notification settings - Fork 421
docs: Correct link targets and line highlights #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Changes: - Use target _blank for external links - Correct some of the line highlighted in the examples - Fix links to Tracer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor changes before I merge - Revert one change (relative is safer) and add .md
suffix to a previously broken link
docs/utilities/middleware_factory.md
Outdated
@@ -60,7 +60,7 @@ You can also have your own keyword arguments after the mandatory arguments. | |||
|
|||
## Tracing middleware execution | |||
|
|||
If you are making use of [Tracer](../core/tracer.md), you can trace the execution of your middleware to ease operations. | |||
If you are making use of [Tracer](/core/tracer), you can trace the execution of your middleware to ease operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but during local testing i get a 404? |
Working for me locally using both What breaks is the second link because it doesn't have a then fixing with the correct
|
Sweet. I will try again |
@heitorlessa ok i updated it. |
@heitorlessa Note, we now have an issue for the link to the missing Event handler page: | [Event handler](./core/event_handler) | Event handler decorators for common Lambda events |
Codecov Report
@@ Coverage Diff @@
## develop #390 +/- ##
========================================
Coverage 99.94% 99.94%
========================================
Files 98 98
Lines 3688 3688
Branches 174 174
========================================
Hits 3686 3686
Partials 2 2 Continue to review full report at Codecov.
|
Issue #, if available:
Description of changes:
Changes:
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.